Autogenerated HTML docs for v1.2.4-g5a1f
diff --git a/git-rebase.txt b/git-rebase.txt index 4d5b546..b36276c 100644 --- a/git-rebase.txt +++ b/git-rebase.txt
@@ -25,7 +25,7 @@ / D---E---F---G master -From this point, the result of the following commands: +From this point, the result of either of the following commands: git-rebase master git-rebase master topic @@ -36,7 +36,7 @@ / D---E---F---G master -While, starting from the same point, the result of the following +While, starting from the same point, the result of either of the following commands: git-rebase --onto master~1 master @@ -58,7 +58,7 @@ <upstream>:: Upstream branch to compare against. -<head>:: +<branch>:: Working branch; defaults to HEAD. Author